home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960209-19960425 / 000008_news@columbia.edu _Sun Feb 11 14:20:25 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id OAA09398 for <kermit.misc@watsun>; Sun, 11 Feb 1996 14:20:25 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id OAA07552 for kermit.misc@watsun; Sun, 11 Feb 1996 14:20:22 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: MS Kermit terminal bell question
  8. Date: 11 Feb 1996 19:20:04 GMT
  9. Organization: Columbia University
  10. Lines: 10
  11. Message-ID: <4flfh4$7at@apakabar.cc.columbia.edu>
  12. References: <4fkps5$q07@milo.freenet.vancouver.bc.ca>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <4fkps5$q07@milo.freenet.vancouver.bc.ca>,
  16. David Stow <dastow@opus.freenet.vancouver.bc.ca> wrote:
  17. : I would like to defeat the two bell sounds I get in MSKermit 3.14 when a 
  18. : file transfer is finished.  I've already given the command "set terminal 
  19. : bell visual" but this doesn't seem to affect the end-of-transfer alert.  
  20. : Could anyone tell me the right command?
  21. SET BELL OFF.
  22.  
  23. - Frank